home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1995…tember: Reference Library / Dev.CD Sep 95 RL / Dev.CD Sep 95 RL.toast / mac / Technical Documentation / develop / develop Issue 22 code / PCI Driver Sample / UserStartup•PCI < prev   
Encoding:
Text File  |  1995-07-27  |  582 b   |  15 lines  |  [TEXT/MPS ]

  1. #
  2. # This is an MPW UserStartup file for PCI Driver development. Edit this file to
  3. # suit your particular needs and copy it to the MPW folder inside your system's 
  4. # Preference folder. By default, the PCICIncludes and PCILibraries folders are
  5. # stored at the top-level of your boot disk.
  6. #
  7. #    {PCICIncludes} - Directories to search for PCI Driver Development include files.
  8.             Set PCICIncludes "{Boot}PCICIncludes:"
  9.             Export PCICIncludes
  10.  
  11. #    {PCILibraries} - Directory that contains PCI Driver Development libraries. 
  12.             Set PCILibraries "{Boot}"PCILibraries:
  13.             Export PCILibraries
  14.  
  15.